ComponentOne Web API Edition
Items Property (Manager<T>)

C1.Web.Api.Configuration Namespace > Manager<T> Class : Items Property
Gets the map of the items which are maintained.
Syntax
'Declaration
 
Public ReadOnly Property Items As IDictionary(Of String,T)
public IDictionary<string,T> Items {get;}
See Also

Reference

Manager<T> Class
Manager<T> Members